home *** CD-ROM | disk | FTP | other *** search
/ Total Web Page (Professional Suite) / Total Web Page 99.iso / Utilities / utils / PwdGen.txt < prev    next >
Text File  |  1998-10-30  |  1KB  |  29 lines

  1. IntraLaunch Password Generator.  Use this program to encrypt a password
  2. into a sequence of numbers and characters and then paste this sequence into
  3. the "Password" param field of the <OBJECT> tag in the HTML document.  Must
  4. also set the "UsePassword" parameter to "TRUE".  This file requires
  5. MSVBVM50.DLL to be in your windows system directory, which is installed
  6. automatically when you view the sample site in C:\IntraLaunch\sample\
  7.  
  8. Eg.
  9.  
  10.  
  11. <OBJECT ID="IntraLaunch" WIDTH=65 HEIGHT=77 CLASSID="CLSID:072CB141-B793-11D1-89B6-0020182C1446" CODEBASE="file:///C:\IntraLaunch\sample\IntraLaunch.CAB#version=2,1,0,1">
  12.    <PARAM NAME="_ExtentX" VALUE="2240">
  13.    <PARAM NAME="_ExtentY" VALUE="1963">
  14.    <PARAM NAME="ImageLoc" VALUE="Remote">
  15.    <PARAM NAME="ImageSrc" VALUE="http://intranet.com/internal/picture.gif">
  16.    <PARAM NAME="Run" VALUE="F:\Network_Apps\Example\Something.Exe">
  17.    <PARAM NAME="RunParms" VALUE="">
  18.    <PARAM NAME="DefDir" VALUE="C:\">
  19.    <PARAM NAME="Display" VALUE="NORM">
  20.    <PARAM NAME="UsePassword" VALUE="TRUE">          * Password is on!
  21.    <PARAM NAME="Password" VALUE="HD328982S392J331"> * Encrypted Password to
  22.    <PARAM NAME="Sound" VALUE="None">                  use!
  23.    <PARAM NAME="Pause" VALUE="0">
  24.    <PARAM NAME="IsURL" VALUE="FALSE">
  25. </OBJECT>
  26.  
  27.  
  28.    See FAQ for more information.
  29.